type net/http.http2PriorityParam
13 uses
net/http (current package)
h2_bundle.go#L2409: Priority http2PriorityParam
h2_bundle.go#L2497: Priority http2PriorityParam
h2_bundle.go#L2549: http2PriorityParam
h2_bundle.go#L2553: type http2PriorityParam struct {
h2_bundle.go#L2569: func (p http2PriorityParam) IsZero() bool {
h2_bundle.go#L2570: return p == http2PriorityParam{}
h2_bundle.go#L2586: http2PriorityParam: http2PriorityParam{
h2_bundle.go#L2598: func (f *http2Framer) WritePriority(streamID uint32, p http2PriorityParam) error {
h2_bundle.go#L5962: func (sc *http2serverConn) checkPriority(streamID uint32, p http2PriorityParam) error {
h2_bundle.go#L10852: AdjustStream(streamID uint32, priority http2PriorityParam)
h2_bundle.go#L11383: func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
h2_bundle.go#L11557: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
h2_bundle.go#L11659: func (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |